home *** CD-ROM | disk | FTP | other *** search
/ Amiga Packmags / NewsFlash - Issue 10 (1990)(UGA - NewsFlash UK)(Disk 1 of 2)[a3].zip / NewsFlash - Issue 10 (1990)(UGA - NewsFlash UK)(Disk 1 of 2)[a3].adf / prog / sedit.doc < prev    next >
Text File  |  1996-12-24  |  2KB  |  43 lines

  1.  
  2.                                     SEDIT
  3.                                     =====
  4.  
  5.   Hi there! Just started coding and using the routines supplied on Newsflash
  6.   such as the intro codes by Brian "Niceguy" Postma??? Well, do you (like my
  7.   mate Allister) sit for yonks typing dc.b's when doing scrolltexts?? Do you
  8.   get sick of mistyping quotes and  stuff??  You  do? great! This program is
  9.   for YOU!
  10.  
  11.   Ok, just grab your favourite  (or  even  your least favourite) text editor
  12.   and type away just as you would write  any piece of text.. save it (making
  13.   sure it's ASCII if you're using a posh wp or something).
  14.  
  15.   Then run this  program  and  run  your  text  through  it,  then  save the
  16.   resultant file in a safe place..  Note  the  length of the file created by
  17.   using LIST filename (from CLI).
  18.  
  19.   If the file-length is an odd-number,  load  it  up  into your wp again and
  20.   jump to the bottom of the file and tag a space on the end. Now re-save it.
  21.   I realise I should have added this feature  to the program by myself so it
  22.   did it automatically but I've trashed  the  program.  Oops! And I can't be
  23.   bothered to re-do it again.. shucks I'm a lazy son of a sausage.
  24.  
  25.   Now when you come to add  your  scroll  text  into a routine that uses the
  26.   label STRING: or  suchlike  as  a  pointer  to  your  data,  just  add the
  27.   following to your source.. [this is SEKA - different with Devpac etc]
  28.  
  29.   STRING:
  30.  
  31.   BLK.B filelength,0
  32.  
  33.   ENDSTRING:
  34.  
  35.   This works fine with most of Brians routines... much easier and quicker!!
  36.  
  37.   NOTE: The file-length MUST be even  if  to ensure total error-free running
  38.   and assembling otherwise you'll get a 'word at odd address' error!
  39.  
  40.   Have fun!
  41.  
  42.   Spadge.
  43.